|
Building Library Data Services
This page last changed on Nov 29, 2008.
Building Library Data ServicesThis topic introduces you to library data services. OverviewData services enable you to combine multiple data sources of different types into service-oriented architectures. There are two types of data services:
Entity data services enable you to design, model, and create a data view from multiple underlying data sources including relational databases, web services, XML files, other files, and Java functions. Library data services, on the other hand, are simply a collection of related functions and procedures within a data service container. More formally, a library data service is an Oracle Data Service Integrator dataspace container for data management operations. Library data services can be user-defined or they can be an automatic collection of functions originating from certain kinds of physical sources in the form of annotated collections of XQuery functions. Library data services have the following characteristics:
Library Data Service ViewsWorkshop for WebLogic provides the following views for library data services: OverviewOverview displays the functions and procedures declared in the library data service. Clicking an entry in the overview displays the following:
Library Data Service OverviewYou can add a new function or procedure by right-clicking in the background and choosing Add Operation.
Query MapThe Query Map graphically displays the parameters and return value of the selected function. Library Data Service Query MapPlanThe Plan view enables you to display the query execution plan for a function, enabling you to identify potential performance and memory problems. TestThe Test view enables you to test any function or procedure in the data service before you build a custom client. Testing a function, for example, returns data as the service would to a client, in the shape of the return type. Library Data Service Test ViewSourceThe Source view enables you to display and directly edit the source code for XQuery functions and procedures in the data service. Library Data Service Source ViewSee AlsoConceptsHow Tos |
| Document generated by Confluence on Jan 13, 2009 15:57 |